projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c9803
)
* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
author
Alan Mackenzie
<acm@muc.de>
Sat, 7 May 2016 17:10:36 +0000
(17:10 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Sat, 7 May 2016 17:10:36 +0000
(17:10 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 07a846f5986ae75905b30d22814e4ba4766ec5fd..c283c168b5e18f39e90f317b029735c88c655ea1 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-236,7
+236,8
@@
If the result is non-nil, then break. Errors are ignored."
(defcustom edebug-sit-on-break t
"Whether or not to pause for `edebug-sit-for-seconds' on reaching a break."
:type 'boolean
- :group 'edebug)
+ :group 'edebug
+ :version "25.2")
;;; Form spec utilities.